Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump splunk-library-javalogging from 1.11.3 to 1.11.7 in /src #118

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 18, 2022

Bumps splunk-library-javalogging from 1.11.3 to 1.11.7.

Release notes

Sourced from splunk-library-javalogging's releases.

Version 1.11.7

Bug Fixes

  • ClassCastException for Log4j Appender was fixed. (Github Issue #259)

Version 1.11.6

Enhancements

  • Sending Java Throwable object instead of exception message in event.
  • Formatter support added in formatting event message in Java Util Logging.
    • Any message formatter can be added from properties file.
    • By default, SimpleFormatter is used to format event message.
  • Layout (deprecated) in socket appender configuration (TcpAppender) is replaced with Encoder.

Minor Changes

  • Starting a new Dispatcher always for OkHttpClient builder. (PR #193)
  • README file modified with dependency management guidance. (PR #217)
  • JsonHttpContentType in HttpEventCollectorSender is fixed based on RFC7231 specs. (PR #256)
  • Event message strings starting with commenting characters (#, // & /**/) are allowed.

Version 1.11.5

Critical Security Update

Enhancements

  • Added StandardErrorCallback class. Register ErrorCallback implementations via logback or log4j xml config. (PR #215)
    • ErrorCallback class used to handle errors other than Server errors.

Minor Changes

  • Bump org.slf4j:slf4j-api version to latest 1.7.36
  • Bump com.squareup.okhttp3:okhttp to latest 4.9.3
  • Bump com.google.code.gson:gson to latest 2.9.0
  • Flush HttpClient after flushing appenders. (PR #207)
  • Timeout settings modified for OKHttpClient. (PR #199)
  • Default behavior of Splunk event header & body are reverted back to v1.7.3. (PR #198)

Version 1.11.4

Version 1.11.4

Critical Security Update

Update Logback to version 1.2.9 per CVE-2021-42550.

Changelog

Sourced from splunk-library-javalogging's changelog.

Version 1.11.7

Bug Fixes

  • ClassCastException for Log4j Appender was fixed. (Github Issue #259)

Version 1.11.6

Enhancements

  • Sending Java Throwable object instead of exception message in event.
  • Formatter support added in formatting event message in Java Util Logging.
    • Any message formatter can be added from properties file.
    • By default, SimpleFormatter is used to format event message.
  • Layout (deprecated) in socket appender configuration (TcpAppender) is replaced with Encoder.

Minor Changes

  • Starting a new Dispatcher always for OkHttpClient builder. (PR #193)
  • README file modified with dependency management guidance. (PR #217)
  • JsonHttpContentType in HttpEventCollectorSender is fixed based on RFC7231 specs. (PR #256)
  • Event message strings starting with commenting characters (#, // & /**/) are allowed.

Version 1.11.5

Critical Security Update

Enhancements

  • Added StandardErrorCallback class. Register ErrorCallback implementations via logback or log4j xml config. (PR #215)
    • ErrorCallback class used to handle error other than Server errors.

Minor Changes

  • Bump org.slf4j:slf4j-api version to latest 1.7.36
  • Bump com.squareup.okhttp3:okhttp to latest 4.9.3
  • Bump com.google.code.gson:gson to latest 2.9.0
  • Flush HttpClient after flushing appenders. (PR #207)
  • Timeout settings modified for OKHttpClient. (PR #199)
  • Default behavior of Splunk event header & body are reverted back to v1.7.3. (PR #198)

Version 1.11.4

Critical Security Update

Commits
  • 8e8962b Release 1.11.7 changes
  • f167167 Modification of exception processing in an event
  • 066dbe8 Merge pull request #258 from splunk/release-1.11.6
  • 0929803 Version 1.11.5 changed to 1.11.6
  • 5675cc0 Layout is replaced with Encoder
  • 8221dd3 Unnecessary imports removed
  • 37e950f Test cases added for commented event messages
  • 3c715a6 Commented strings allowed as an event
  • 97cc063 SplunkCimLogEvent format modified
  • 820128b Message Formatter support added
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [splunk-library-javalogging](https://github.com/splunk/splunk-library-javalogging) from 1.11.3 to 1.11.7.
- [Release notes](https://github.com/splunk/splunk-library-javalogging/releases)
- [Changelog](https://github.com/splunk/splunk-library-javalogging/blob/main/CHANGELOG.md)
- [Commits](splunk/splunk-library-javalogging@1.11.3...1.11.7)

---
updated-dependencies:
- dependency-name: com.splunk.logging:splunk-library-javalogging
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants